const syscall.stopped
3 uses
syscall (current package)
syscall_linux.go#L465: stopped = 0x7F
syscall_linux.go#L471: func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
syscall_linux.go#L473: func (w WaitStatus) Stopped() bool { return w&0xFF == stopped }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)